A. yield() method
B. Suspend() method
C. start() method
D. resume() method
Advertisement
Related Mcqs:
- Thread class is available in________________?
- A. java.lang package B. java.util package C. java.awt package D. java.io package...
- Java is a _______________language?
- A. moderate typed B. strogly typed C. weakly typed D. none of these...
- In which we clone the object and their constituent parts_______________?
- A. Deep cloning B. Shallow cloning C. Both of above D. None of above...
- JIT meaning ?
- A. just in time B. java in time C. join in time D. none of above...
- Which of the following command is used to compile the Java program ?
- A. java B. javac C. javap D. none of these...
- Converting a primitive type data into its corresponding wrapper class object instance is called ________________?
- A. boxing B. wrapping C. autoboxing D. instantiation...
- Which among following classes is not part of Java’s collection framework ?
- A. Stack B. Maps C. Queue D. Array...
- Size of float and double in Java is________________?
- A. 32 and 64 B. 64 and 64 C. 32 and 32 D. 64 and 32...
- Why we use array as a parameter of main method_________________?
- A. Can store multiple values B. It is syntax C. Both of above D. None of above...
- Which metrhods are utilized to control the access to an object in multi threaded programming ?
- A. Synchronized methods B. Asynchronized methods C. Serialized methods D. None of above...
Advertisement